deno_whoami 0.1.0

This crate implements the username() API in Deno Node compat layer.
Documentation

deno_whoami

This crate implements the username() API for the Node compat layer in Deno. It uses getpwuid_r on Unix and fallbacks for whoami crate on Windows.